Einhugur macOS Bridge plugin.

EinhugurCoreBridge.NSObject Class

Representation of macOS NSObject object base class.

The object will be automatically released like any other Xojo object. Do not manually use the Release method unless you have done something externally to the NSObject, with other plugin or declares that might call for release.

This class is abstract and you cannot create instance of it directly.

Object
   NSObject

class EinhugurCoreBridge.NSObject

Constructors

NSObject (private) Private constructor. This class is abstract and can only be constructed by subclasses.

Properties

ClassName (desktop - console) Returns the name of the Cocoa class under the hood as String.
HandleReturns Integer handle to the native NSObject structure.

Methods

shared IsNSObjectReturns true if the NSObject under the hood is NSObject.
ReleaseReleases the NSObject.
RetainRetains the NSObject

Constants

Version = 5.0

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • iOS
  • Unsupported Platforms:

  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit